home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_216
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
209b
|
12 lines
on(release){
stopAllSounds();
if(pic1 != 1 and pic2 != 1 and pic3 != 1 and pic4 != 1 and pic5 != 1 and pic6 != 1)
{
gotoAndStop(21);
}
else
{
gotoAndPlay(4281);
}
}